projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11586e5
)
(describe-coding-system): Fix for big5.
author
Kenichi Handa
<handa@m17n.org>
Fri, 8 May 2009 02:15:52 +0000
(
02:15
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 8 May 2009 02:15:52 +0000
(
02:15
+0000)
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index cf979c60bcb0563afb0bd3b5c5237a854d90c120..43df933ed38c96df175079b7c001839290088d0e 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-448,6
+448,7
@@
meanings of these arguments."
(princ " (text with random binary characters)"))
((eq type 'emacs-mule)
(princ " (Emacs 21 internal encoding)"))
+ ((eq type 'big5))
(t (princ ": invalid coding-system.")))
(princ "\nEOL type: ")
(let ((eol-type (coding-system-eol-type coding-system)))